home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / 92052tar.gz / 920528.tar / hardware.h < prev    next >
C/C++ Source or Header  |  1991-02-25  |  268b  |  17 lines

  1. /* @(#) $Header: hardware.h,v 1.2 91/02/24 20:16:50 deyke Exp $ */
  2.  
  3. #ifndef _PC_H
  4. #define _PC_H
  5. #define _HARDWARE_H
  6.  
  7. #ifndef _GLOBAL_H
  8. #include "global.h"
  9. #endif
  10.  
  11. void ioinit __ARGS((void));
  12. void iostop __ARGS((void));
  13. int kbread __ARGS((void));
  14.  
  15. #endif  /* _PC_H */
  16.  
  17.